home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / M / MPWGCC (Misc).cpt / Scripts / CleanBackend < prev    next >
Encoding:
Text File  |  1990-06-06  |  191 b   |  8 lines  |  [TEXT/MPS ]

  1. # Delete asm generation code, for when tm.h asm stuff has been changed.
  2.  
  3. set exit 0  # don't give up if a match fails
  4.  
  5. delete -i :Obj:toplev.c.o :Obj:final.c.o :Obj:varasm.c.o
  6. delete -i cc1
  7.  
  8.